linkColor
Type
property
Summary
Specifies the color of grouped text.
Syntax
set the linkColor to {<colorName> | <RGBColor>}
set the linkColor of <stack> to {empty | <colorName> | <RGBColor>}
Description
Use the linkColor property to make grouped text look and behave like links in a web browser.
Visited text is text whose visited property is true. This property is set to true when the user has clicked a text group during the current session.
If the linkColor of a stack is empty, grouped text in that stack is shown with the global linkColor property if the text's visited property is false.
If the linkColor of a stack is not empty, unvisited grouped text in that stack is shown with the stack's linkColor property, regardless of the global setting. property, regardless of the global setting.
Examples
set the linkColor to "#99CC00"
set the linkColor of the mouseStack to the hiliteColor of me
Related
property: backgroundColor, colors, visited, foregroundColor
command: global
function: colorNames
glossary: property, grouped text, hexadecimal, integer, browser, color reference
object: stack
Compatibility and Support
Introduced
LiveCode 1.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile